home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / AnalogClockView.BackModule / AnalogClockWraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  365 b   |  13 lines

  1. /* AnalogClockWraps.h generated from AnalogClockWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef ANALOGCLOCKWRAPS_H
  6. #define ANALOGCLOCKWRAPS_H
  7.  
  8. extern void drawHourMinuteFace(int hours, int mins, int width, int height, int hasColor);
  9.  
  10. extern void drawSecond(int seconds, int width, int height, int hasColor);
  11.  
  12. #endif ANALOGCLOCKWRAPS_H
  13.